(@@sendmsg @storage @getback )

[@main]
<RaGEZONE global shout costs 50,000 gold per shout!>\  \
<[I wish to shout]/@shoutcheck> || <exit/@exit>
;<[I wish to shout]/@@sendmsg> || <exit/@exit>


[@shoutcheck]
#IF
checklevelex > 24
#ACT
goto @cannowshout
#ELSEACT
goto @tolowshout

[@tolowshout]
Sorry your to low to use this feature.\
<exit/@exit>

[@cannowshout]
<start shout/@@sendmsg>

[@@sendmsg]
#if
checkgold 50000
#act
take gold 50000
SETSENDMSGFLAG
#ELSEACT
CLOSE

[@1main]
#IF
checklevelex > 6
#ACT
goto @main0
#ELSEACT
goto @main1

[@main1]
Sorry, but you need to be level 7 or over to\
use this feature.\
<exit/@exit>

[@main0]
Hi, my name is Charles, i am the global shout merchant!\
With my help you can make a global shout to the entire \
world of mir, but my fee will depend on what shout you\
will be making, so .. what can i do for you then?\  \
<Select a shout/@shout> | <exit/@exit>

[@shout]
<Below is a list of preset shouts and the price!>\  \
<Select/@1> Looking for leveling partner | <10,000 gold>\
<Select/@2> Looking to join a guild | <25,000 gold>\
<Select/@3> Looking to hunt a boss with partner | <30,000 gold>\
<Select/@4> Looking for someone to chat to | <10,000 gold>\
<Select/@5> I am recruiting for my guild | <50,000 gold>\
 Next <PAGE/@shout1>

[@shout1]
<Below is a list of preset shouts and the price!>\  \
<Select/@51> Selling a rare ring | <50,000 gold>\
<Select/@6> Selling a rare necklace | <50,000 gold>\
<Select/@7> Selling a rare helmet | <50,000 gold>\
<Select/@9> Selling a rare bracelet | <50,000 gold> \
<Select/@10> Selling a rare belt | <50,000 gold> \
 Next <PAGE/@shout2> - Previous <PAGE/@shout>

[@shout2]
<Below is a list of preset shouts and the price!>\  \
<Select/@11> Selling a rare stone | <50,000 gold> \
<Select/@12> Selling rare boots | <50,000 gold> \
<Select/@13> Im, Too Sexy for my Shirt | <100,000 gold> \
 Previous <PAGE/@shout1>

[@1]
#IF
checkgold 10000
#ACT
take gold 10000
gmexecute !Anyone want to level with me?
close

[@2]
#IF
checkgold 25000
#ACT
take gold 25000
gmexecute !Im looking to join a guild!
close

[@3]
#IF
checkgold 30000
#ACT
take gold 30000
gmexecute !Looking for a boss hunt partner
close

[@4]
#IF
checkgold 10000
#ACT
take gold 10000
gmexecute !Any1 want to chat?
close

[@5]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !Recruiting for guild! PM ME!
close

[@51]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !SELLING: a rare ring!
close

[@6]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !SELLING: a rare necklace!
close

[@7]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !SELLING: a rare helmet!
close

[@9]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !SELLING: a rare bracelet!
close

[@10]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !SELLING: a rare belt!
close

[@11]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !SELLING: a rare stone!
close

[@12]
#IF
checkgold 50000
#ACT
take gold 50000
gmexecute !SELLING: rare boots!
close

[@13]
#IF
checkgold 100000
#ACT
take gold 100000
gmexecute !Im to sexy for my shirt!
close


